home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global nIdioma, nIniVideo, nFinVideo, nStrip, bVideoNormal
- case nIdioma of
- 1:
- if the movieTime of sprite 2 < 950 then
- set nStrip to 1
- set nIniVideo to 6065
- set nFinVideo to 6965
- else
- if the movieTime of sprite 2 < 1655 then
- set nStrip to 2
- set nIniVideo to 7315
- set nFinVideo to 7840
- else
- if the movieTime of sprite 2 < 2430 then
- set nStrip to 3
- set nIniVideo to 8190
- set nFinVideo to 8925
- else
- if the movieTime of sprite 2 < 3185 then
- set nStrip to 4
- set nIniVideo to 9275
- set nFinVideo to 9900
- else
- if the movieTime of sprite 2 < 3880 then
- set nStrip to 5
- set nIniVideo to 10250
- set nFinVideo to 10980
- else
- if the movieTime of sprite 2 < 4710 then
- set nStrip to 6
- set nIniVideo to 11330
- set nFinVideo to 11935
- else
- set nStrip to 7
- set nIniVideo to 12285
- set nFinVideo to 12925
- end if
- end if
- end if
- end if
- end if
- end if
- 2:
- if the movieTime of sprite 2 < 13925 then
- set nStrip to 1
- set nIniVideo to 19040
- set nFinVideo to 19940
- else
- if the movieTime of sprite 2 < 14630 then
- set nStrip to 2
- set nIniVideo to 20290
- set nFinVideo to 20815
- else
- if the movieTime of sprite 2 < 15405 then
- set nStrip to 3
- set nIniVideo to 21165
- set nFinVideo to 21900
- else
- if the movieTime of sprite 2 < 16160 then
- set nStrip to 4
- set nIniVideo to 22250
- set nFinVideo to 22875
- else
- if the movieTime of sprite 2 < 16855 then
- set nStrip to 5
- set nIniVideo to 23225
- set nFinVideo to 23955
- else
- if the movieTime of sprite 2 < 17685 then
- set nStrip to 6
- set nIniVideo to 24305
- set nFinVideo to 24910
- else
- set nStrip to 7
- set nIniVideo to 25260
- set nFinVideo to 25900
- end if
- end if
- end if
- end if
- end if
- end if
- 3:
- if the movieTime of sprite 2 < 26915 then
- set nStrip to 1
- set nIniVideo to 32060
- set nFinVideo to 32960
- else
- if the movieTime of sprite 2 < 27620 then
- set nStrip to 2
- set nIniVideo to 33310
- set nFinVideo to 33835
- else
- if the movieTime of sprite 2 < 28395 then
- set nStrip to 3
- set nIniVideo to 34185
- set nFinVideo to 34920
- else
- if the movieTime of sprite 2 < 29150 then
- set nStrip to 4
- set nIniVideo to 35270
- set nFinVideo to 35890
- else
- if the movieTime of sprite 2 < 29845 then
- set nStrip to 5
- set nIniVideo to 36245
- set nFinVideo to 36975
- else
- if the movieTime of sprite 2 < 30675 then
- set nStrip to 6
- set nIniVideo to 37325
- set nFinVideo to 37930
- else
- set nStrip to 7
- set nIniVideo to 38280
- set nFinVideo to 38920
- end if
- end if
- end if
- end if
- end if
- end if
- end case
- if bVideoNormal then
- go("pregunta")
- else
- go("preguntaP")
- end if
- end
-